2020 Method
Changes 0
M

Wall.Create

Description:
Creates a non rectangular profile wall within the project using the specified wall type.
public static Wall Create(
	Document document,
	IList<Curve> profile,
	ElementId wallTypeId,
	ElementId levelId,
	bool structural
)
Return Value Wall If successful a new wall object within the project.